home *** CD-ROM | disk | FTP | other *** search
- Path: river.tay.ac.uk!insc2mb
- From: insc2mb@river.tay.ac.uk (Mr persil)
- Newsgroups: comp.lang.c
- Subject: c
- Message-ID: <1996Jan24.144108.23883@river.tay.ac.uk>
- Date: 24 Jan 96 14:41:08 GMT
- Organization: University of Abertay Dundee
-
- I wonder if anyone can help. I have written a program to add an word to the
- end of a text file. This text file was created using msdos editor. The c
- compiler is borland. I try using the a and a+ modes to append to the end
- of the file. I used fprintf(text,word); but this doesn't seem to add the
- word to the file.
-
- If anyone could help it would be greatly appreacite
-
-
-